home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Red Shark / Common / Fonts.script < prev    next >
Text File  |  2001-10-22  |  693b  |  21 lines

  1. //-------------------------------------------------------------------
  2. //
  3. //  This code is copyright 2001 by G5 Software.
  4. //  Any unauthorized usage, either in part or in whole of this code
  5. //  is strictly prohibited. Violators WILL be prosecuted to the
  6. //  maximum extent allowed by law.
  7. //
  8. //-------------------------------------------------------------------
  9.  
  10. class CFonts
  11. {
  12.   int     VBCapacity     = 30000;
  13.   string  TextureName    = "Resources/SmallFont.tex";
  14.  
  15.   array   CharWidth      = array(8, 6);
  16.   array   CharHeight     = array(12, 9);
  17.   array   CharTableWidth = array(28, 36);
  18.   array   CharTableU     = array(2, 2);
  19.   array   CharTableV     = array(2, 133);
  20. }
  21.